home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
SATELLIT
/
WISP1616
/
WKCTDRV
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1994-09-14
|
582b
|
18 lines
@ECHO OFF
CLS
IF (%1)==() GOTO ERROR
ECHO Install Batch File for the Satellite Rotor/Radio Driver for Windows.
ECHO I am going to install the driver to the \WINDOWS.. directories on
ECHO drive %1. If this is not correct press CTRL C and start over!
PAUSE
ECHO ON
COPY SATELITE.DLL %1\WINDOWS\SYSTEM
COPY KCTDRV.INI %1\WINDOWS
@ECHO OFF
ECHO Now you must load the Driver thru the Control Panel in Windows. Please
ECHO Read the file README.SAT for further information.
GOTO END
:ERROR
ECHO Usage: INSTALL d: where d: is the drive letter that contains WINDOWS.
:END